home *** CD-ROM | disk | FTP | other *** search
- /* Talk answer requestor by Brian Gunn 02/28/94 */
-
- NL = '0a'x
-
- if arg()~=1 then do
- say "USAGE: rx talkrequest callee"
- exit 5
- end
-
- call addlib("rexxreqtools.library", 0, -30, 0)
-
- parse ARG callee
-
- if rtezrequest("Talk request from" || NL ||,
- NL||callee , "Answer|Ignore")
- then
- do
- address command "amitcp:bin/talk "||callee
- end
-